button.btn1 {
    background: #0088b2;
    padding: 10px;
    border: none;
    width: 20%;
    font-size: 18px;
    font-family: "Raleway-Bold";
    border-radius: 8px;
}

button.btn1:hover {
    background: #fff;
    border: 1px solid #000;
    transition: 0.6s;
}

button.btn1:focus {
    outline: 2px dashed #000;
}

h1.title-one {
    margin-top: 2rem;
    font-family: "Raleway-Bold";
    color: #000;
}

h2.title-two {
    margin-top: 1rem;
    font-size: 1.75rem;
}

a.contact-form-link {
    color: #000;
    text-decoration: none;
}
footer.row.py-2.my-2 {
    top: 2rem;
    position: relative;
}
p.text-center {
    margin-top: 1.75rem;
    color: #000;
}
.sfe-img {
    width: 100%;
    border-radius: 16px;
}